home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / access / mdbgu.zip / DCB.PRO < prev    next >
Text File  |  1995-02-25  |  381b  |  14 lines

  1. ; properties for a check box
  2. Caption         =   "<<fieldname>>"
  3. DataField       =   "<<fieldname>>"
  4. DataSource      =   "dtaCtr"
  5. Height          =   350
  6. Index           =   <<index>>
  7. Left            =   <<left>>
  8. TabIndex        =   <<tabindex>>
  9. Tag             =   "<<fieldname>>"
  10. Top             =   <<top>>
  11. Value           =   1  'Checked
  12. Width           =   1000
  13.  
  14.